#!/bin/sh
if [ "$LANG" != "Ja_JP" ]
then
    echo 'you must set the LANG environment variable to Ja_JP'
    exit 1
else
    set -x
    xmodmap /usr/lpp/X11/defaults/xmodmap/Ja_JP/keyboard
    xmodmap ./changes.JP_on_101
fi
